1
برق و الکترونیک::
لایه max-pooling
Figure 13-8 shows a max pooling layer, which is the most common type of pooling layer.
Max pooling layer (2 × 2 pooling kernel, stride 2, no padding)
Implementing a max pooling layer in TensorFlow is quite easy.
The following code creates a max pooling layer using a 2 × 2 kernel, stride 2, and no padding, then applies it to all the images in the dataset:
# Create a graph with input X plus a max pooling layer
واژگان شبکه مترجمین ایران